home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / ld / ldgram.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-15  |  1.9 KB  |  104 lines

  1. typedef union {
  2.   bfd_vma integer;
  3.   char *name;
  4.   int token;
  5.   union etree_union *etree;
  6.   struct phdr_info
  7.     {
  8.       boolean filehdr;
  9.       boolean phdrs;
  10.       union etree_union *at;
  11.       union etree_union *flags;
  12.     } phdr;
  13. } YYSTYPE;
  14. #define    INT    258
  15. #define    NAME    259
  16. #define    LNAME    260
  17. #define    PLUSEQ    261
  18. #define    MINUSEQ    262
  19. #define    MULTEQ    263
  20. #define    DIVEQ    264
  21. #define    LSHIFTEQ    265
  22. #define    RSHIFTEQ    266
  23. #define    ANDEQ    267
  24. #define    OREQ    268
  25. #define    OROR    269
  26. #define    ANDAND    270
  27. #define    EQ    271
  28. #define    NE    272
  29. #define    LE    273
  30. #define    GE    274
  31. #define    LSHIFT    275
  32. #define    RSHIFT    276
  33. #define    UNARY    277
  34. #define    END    278
  35. #define    ALIGN_K    279
  36. #define    BLOCK    280
  37. #define    BIND    281
  38. #define    QUAD    282
  39. #define    LONG    283
  40. #define    SHORT    284
  41. #define    BYTE    285
  42. #define    SECTIONS    286
  43. #define    PHDRS    287
  44. #define    SIZEOF_HEADERS    288
  45. #define    OUTPUT_FORMAT    289
  46. #define    FORCE_COMMON_ALLOCATION    290
  47. #define    OUTPUT_ARCH    291
  48. #define    INCLUDE    292
  49. #define    MEMORY    293
  50. #define    DEFSYMEND    294
  51. #define    NOLOAD    295
  52. #define    DSECT    296
  53. #define    COPY    297
  54. #define    INFO    298
  55. #define    OVERLAY    299
  56. #define    DEFINED    300
  57. #define    TARGET_K    301
  58. #define    SEARCH_DIR    302
  59. #define    MAP    303
  60. #define    ENTRY    304
  61. #define    SIZEOF    305
  62. #define    NEXT    306
  63. #define    ADDR    307
  64. #define    STARTUP    308
  65. #define    HLL    309
  66. #define    SYSLIB    310
  67. #define    FLOAT    311
  68. #define    NOFLOAT    312
  69. #define    ORIGIN    313
  70. #define    FILL    314
  71. #define    LENGTH    315
  72. #define    CREATE_OBJECT_SYMBOLS    316
  73. #define    INPUT    317
  74. #define    GROUP    318
  75. #define    OUTPUT    319
  76. #define    CONSTRUCTORS    320
  77. #define    ALIGNMOD    321
  78. #define    AT    322
  79. #define    PROVIDE    323
  80. #define    CHIP    324
  81. #define    LIST    325
  82. #define    SECT    326
  83. #define    ABSOLUTE    327
  84. #define    LOAD    328
  85. #define    NEWLINE    329
  86. #define    ENDWORD    330
  87. #define    ORDER    331
  88. #define    NAMEWORD    332
  89. #define    FORMAT    333
  90. #define    PUBLIC    334
  91. #define    BASE    335
  92. #define    ALIAS    336
  93. #define    TRUNCATE    337
  94. #define    REL    338
  95. #define    INPUT_SCRIPT    339
  96. #define    INPUT_MRI_SCRIPT    340
  97. #define    INPUT_DEFSYM    341
  98. #define    CASE    342
  99. #define    EXTERN    343
  100. #define    START    344
  101.  
  102.  
  103. extern YYSTYPE yylval;
  104.